@charset "utf-8";

/* CSS Document */

body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: Arial, "microsoft yahei";
    color: #21282e;
    background: #fff;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

ul,
li,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: #21282e;
}

a:hover {
    text-decoration: none;
    color: #0092d8;
}

.clear {
    clear: both;
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

img {
    border: 0
}

input,
textarea {
    font-family: "Microsoft YaHei";
}

input:focus,
textarea:focus {
    outline: none;
}

::selection {
    background: #0092d8;
    color: #fff;
}

::-moz-selection {
    background: #0092d8;
    color: #fff;
}

::-webkit-selection {
    background: #0092d8;
    color: #fff;
}

.fadeInLeft {
    animation: fadeInLeft 2s;
}

.fadeInRight {
    animation: fadeInRight 2s;
}

.fadeInDown {
    animation: fadeInDown 2s;
}

.fadeInUp {
    animation: fadeInUp 2s;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.l {
    float: left;
}

.r {
    float: right;
}

.box {
    width: 1200px;
    margin: 0 auto;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    position: relative;
}


/* 导航 */

.pc_nav {
    width: 100%;
    height: 130px;
    position: relative;
}

.pc_nav .nav_top {
    width: 100%;
    height: 30px;
    background: #0092d8;
}

.pc_nav .nav_top .nav01 {
    float: right;
}

.pc_nav .nav_top .nav01 li {
    float: left;
    margin: 0 10px;
    line-height: 30px;
}

.pc_nav .nav_top .nav01 li .ic1 {
    background: url(../images/icon1.png) center center no-repeat;
    width: 17px;
    height: 14px;
    float: left;
    vertical-align: middle;
    display: inline-block;
    margin: 6px 0;
}

.pc_nav .nav_top .nav01 li .ic2 {
    background: url(../images/icon2.png) center center no-repeat;
    width: 17px;
    height: 14px;
    float: left;
    vertical-align: middle;
    display: inline-block;
    margin: 6px 0;
}

.pc_nav .nav_top .nav01 li .ic3 {
    background: url(../images/icon3.png) center center no-repeat;
    width: 17px;
    height: 14px;
    float: left;
    vertical-align: middle;
    display: inline-block;
    margin: 6px 0;
}

.pc_nav .nav_top .nav01 a {
    float: left;
    color: #fff;
    font-size: 12px;
    margin-left: 10px;
}

.pc_nav .nav_top .nav01 i {
    float: left;
    width: 1px;
    height: 10px;
    background: #fff;
    margin: 10px 0;
}

.pc_nav .head {
    width: 100%;
    height: 100px;
    background: #fff;
}

.pc_nav .logo {
    height: 100px;
    float: left;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    position: relative;
}

.pc_nav .logo img {
    height: 50px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    position: absolute;
    top: 25px;
    left: 0;
}


/* nav */

.nav {
    height: 100px;
    line-height: 100px;
    position: relative;
    z-index: 9999;
    float: right;
}

.nav a {
    color: #333;
}

.nav .nLi {
    float: left;
    position: relative;
    display: inline;
}

.nav .nLi h3 {
    float: left;
}

.nav .nLi:hover {
    background: #0092d8;
    color: #fff;
}

.nav .nLi h3 a {
    display: block;
    padding: 0 20px;
    font-size: 16px;
    font-weight: normal;
}

.nav .sub {
    display: none;
    width: auto;
    left: 0;
    top: 100px;
    position: absolute;
    background: rgba(0, 146, 216, 0.8);
    line-height: 40px;
}

.nav .sub li {
    float: left;
    text-align: center;
    width: 100%;
}

.nav .sub li:hover {
    background: #0092d8;
}

.nav .sub a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.nav .sub a:hover {
    color: #fff;
}

.nav .nLi h3 a:hover {
    color: #fff;
    background: #0092d8;
}

.nav .active h3 a {
    color: #fff;
    background: #0092d8;
}

.in_tc {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 11;
    background: #000;
    top: 30px;
    left: 0;
    display: none;
}

.in_tc .box {
    padding-top: 170px;
}

.in_tc .box div {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-top: 50px;
}

.in_tc .box .tt a {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.in_tc .box .tc_cont {
    width: 135px;
    float: left;
    margin: 50px 300px 0 0;
}

.in_tc .box .tc_cont:nth-child(3) {
    margin-right: 0;
}

.in_tc .box .tc_cont:nth-child(1) {
    margin-left: 110px;
}

.in_tc .box a {
    display: block;
    color: #999;
    font-size: 14px;
    margin-top: 25px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.in_tc .box p {
    cursor: pointer;
    display: block;
    color: #999;
    margin-top: 25px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.in_tc .box a:hover {
    color: #fff;
    margin-left: -5px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.in_tc .box p:hover {
    color: #fff;
    margin-left: -5px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}


/* banner */

.banner {
    width: 100%;
    position: relative;
    height: 700px;
}

.banner .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.banner .bd ul {
    width: 100% !important;
}

.banner .bd li {
    width: 100% !important;
    height: 700px;
    overflow: hidden;
    text-align: center;
}

.banner .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 6%;
    left: 0;
}

.banner .hd ul {
    text-align: center;
}

.banner .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 8px;
    margin: 0 6px;
    overflow: hidden;
    line-height: 999px;
}

.banner .hd ul .on {
    background: #31b3f0;
}

.banner .prev,
.banner .next {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -22px;
    left: 8%;
    z-index: 1;
    width: 44px;
    height: 44px;
    background: url(../images/ad_ctr.png) 0 0 no-repeat;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
    display: none;
}

.banner .next {
    left: auto;
    right: 8%;
    background-position: 0 -44px;
}

.valehaus {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 80px 0;
}

.onnav .nav_pro {
    display: block;
}

.valehaus_left {
    width: 885px;
    float: left;
    position: relative;
}

.valehaus_img {
    width: 510px;
    float: left;
}

.valehaus_img img {
    width: 100%;
    display: block;
}

.valehaus_font {
    background: #fff;
    height: 300px;
    width: 490px;
    position: absolute;
    left: 443px;
    top: 50%;
    margin-top: -150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 55px 0 60px 70px;
}

.vale_tit {
    font-size: 20px;
    color: #333;
}

.more_val {
    color: #888888;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 22px;
    margin-top: 5px;
    -webkit-transition: .5s;
    transition: .5s;
    display: block;
}

.valehaus_font p {
    color: #999999;
    font-size: 14px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-top: 10px;
}

.valehaus_right {
    margin-left: 885px;
}

.num1 {
    font-size: 56px;
    line-height: 56px;
    color: #d0d0d0;
    width: 15px;
    font-family: "helvbold";
    margin-left: 7px;
}

.inyear {
    font-size: 12px;
    line-height: 25px;
    color: #333333;
    text-transform: uppercase;
    width: 20px;
    float: right;
    margin-top: 30px;
}

.num_box {
    position: relative;
    height: 320px;
}

.inyear span {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    display: block;
    text-align: center;
}

.valehaus_tit_right {
    font-size: 48px;
    width: 56px;
    color: #127446;
    line-height: 56px;
    float: right;
    /*-webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  font-family: "Aparajita";*/
}

.numbox {
    width: 60px;
    float: right;
    height: 194px;
    position: absolute;
    top: 110px;
    right: 66px;
}

.line2 {
    margin-top: 11px;
    color: #e9e9e9;
}

.more_val:hover {
    color: #0092d8;
}

.val_botimg {
    position: relative;
    overflow: hidden;
}

.val_img1 {
    width: 240px;
    height: 240px;
    float: right;
}

.val_bottfont {
    text-transform: uppercase;
    padding: 30px 30px;
    font-size: 14px;
    color: #999;
    -webkit-transition: .5s;
    transition: .5s;
    background: #fff;
    position: absolute;
    left: 0px;
    bottom: 0;
    display: block;
    cursor: pointer;
}

.case_index {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 80px 0;
}

.case_box {
    background-color: #f8f8f8;
}

.casein_tit1 {
    font-size: 60px;
    line-height: 56px;
    color: #0092d8;
    text-transform: uppercase;
    font-family: Aparajita;
}

.casein_tit2 {
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
}

.casein_font1 {
    width: 785px;
    height: 260px;
    background: url(../images/c_5.png) no-repeat right bottom;
    position: absolute;
    top: 80px;
    left: 0;
}

.val_bottfont:hover {
    text-decoration: underline;
}

.more_val2 {
    margin-top: 13px;
}

.slide_chan {
    overflow: hidden;
    display: none;
}

.slide_box1 .on1 {
    display: block;
}

.slide_chan li {
    width: 372px;
    height: 260px;
    overflow: hidden;
    float: left;
    margin-left: 42px;
    position: relative;
}

.caseimg_1 {
    width: 370px;
    height: 260px;
    overflow: hidden;
}

.caseimg_1 img {
    display: block;
    width: 100%;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: .5s;
    transition: .5s;
}

.slide_chan li:first-child {
    margin-left: 830px;
    margin-bottom: 40px;
}

.slide_chan li:nth-of-type(2) {
    margin-left: 0;
}

.font_inner {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    display: block;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: .5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 110px 20px 20px 20px;
    display: none;
}

.font_inner p:first-child {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: .5s;
    transition: .5s;
    white-space: nowrap;
}

.font_inner p:nth-of-type(2) {
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: .5s;
    transition: .5s;
    white-space: nowrap;
}

.font_inner p:nth-of-type(2) span {
    padding: 0 25px;
    position: relative;
}

.font_inner p:nth-of-type(2) span:before,
.font_inner p:nth-of-type(2) span:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 16px;
    background: #fff;
    top: 50%;
    margin-top: -1px;
    z-index: 5;
}

.font_inner p:nth-of-type(2) span:before {
    left: 0;
}

.font_inner p:nth-of-type(2) span:after {
    right: 0;
}

.slide_chan li:hover .font_inner {
    background-color: #000000;
    display: block;
}

.slide_chan li:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}


/* product */

.product_box {
    background-color: #f9f9f9;
}

.pro_index {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 80px 0;
}

.pro_tit1 {
    font-size: 60px;
    line-height: 56px;
    color: #0092d8;
    text-transform: uppercase;
    font-family: Aparajita;
}

.pro_tit2 {
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
}

.pro_font1 {
    text-align: center;
    margin-bottom: 45px;
}

.btn {
    display: inline-block;
    width: 100px;
    height: 32px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 32px;
    color: #009FD9;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer
}

.cloud-product-box {
    background: #fafafa
}

.cloud-product-wrapper {
    margin: 0 auto;
    width: 1200px
}

.cloud-product {
    position: relative;
    z-index: 9;
    padding: 80px 0;
}

.cloud-product-ul {
    width: 100%
}

.cloud-product-ul li {
    position: relative;
    width: 213px;
    height: 380px;
    float: left;
    background: #fff;
}

.cloud-product-ul li:first-child {
    margin-left: 0
}


/*.cloud-1{background:url(../img/p1.jpg) no-repeat center 0;}
.cloud-2{background:url(../img/p2.jpg) no-repeat center 0;}
.cloud-3{background:url(../img/p3.jpg) no-repeat center 0;}
.cloud-4{background:url(../img/p4.jpg) no-repeat center 0;}*/

.cloud-product-single-top {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #f2f2f2
}

.cloud-product-name {
    font-size: 18px;
    color: #333;
    font-weight: 700
}

.cloud-product-single-bottom {
    width: 100%;
    height: 340px
}

.single-bottom-item {
    height: 340px;
    width: 100%
}

.single-bottom-item:first-child {
    border-right: 1px solid #eee
}

.product-introduce-title {
    margin-bottom: 14px;
    height: 22px;
    line-height: 22px;
    font-size: 22px;
    text-align: center
}

.product-introduce-title.normal-weight {
    font-weight: 400
}

.product-introduce-content {
    margin: 0 auto 26px;
    line-height: 14px;
    font-size: 14px;
    text-align: center;
    color: #666;
}

.product-introduce-list {
    margin: 0 auto;
    padding-top: 28px;
    height: 135px;
    width: 84%;
    border: 1px solid #f1f1f1;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.introduce-list-small {
    line-height: 28px;
    font-size: 14px;
    color: #999;
    text-align: center
}

.normal-inner {
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    padding: 40px 20px;
    height: 300px;
}

.active-inner {
    position: relative;
    display: none;
    height: 300px;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    padding: 40px 20px;
}

.introduce-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 360px
}

.active-inner-01 {
    background: url(../images/p1.jpg) center no-repeat
}

.active-inner-02 {
    background: url(../images/p2.jpg) center no-repeat
}

.active-inner-03 {
    background: url(../images/p3.jpg) center no-repeat
}

.active-inner-04 {
    background: url(../images/p4.jpg) center no-repeat
}

.active-inner-05 {
    background: url(../images/p1.jpg) center no-repeat
}

.cloud-product-ul li.active .active-inner {
    display: block;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.cloud-product-ul li.active .normal-inner {
    display: none;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.cloud-product-ul li {
    -webkit-box-shadow: 1px 1px 12px rgba(0, 0, 0, .08);
    -moz-box-shadow: 1px 1px 12px rgba(0, 0, 0, .08);
    box-shadow: 1px 1px 12px rgba(0, 0, 0, .08);
    -webkit-transition: width .15s linear;
    -o-transition: width .15s linear;
    -moz-transition: width .15s linear;
    transition: width .15s linear
}

.cloud-product-ul li.active {
    z-index: 9;
    width: 560px;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
    box-shadow: 0 4px 20px rgba(0, 0, 0, .2)
}

.active .product-introduce-content {
    color: #fff
}

.active-product-introduce-title {
    color: #fff
}

.active .product-introduce-list {
    padding-top: 22px;
    border-color: #fff;
    width: 30%;
    text-align: center;
}

.introduce-list-large {
    margin: 0 auto;
    line-height: 28px;
    color: #fff;
    font-size: 14px
}

.active .product-introduce-price {
    margin-top: 32px;
    color: #fefeff
}

.product-introduce-price .price-white {
    display: inline-block;
    font-size: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff
}

.buy-link-btn {
    display: block;
    margin: 30px auto 0;
    width: 28%;
    height: 40px;
    line-height: 40px;
    background-color: #0092d8;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.buy-link-btn:hover {
    background-color: #017fbb;
    color: #fff;
}


/* news */

.news_index {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 80px 0;
}

.news_box {
    background-color: #fff;
}

.news_tit1 {
    font-size: 60px;
    line-height: 56px;
    color: #0092d8;
    text-transform: uppercase;
    font-family: Aparajita;
}

.news_tit2 {
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
}

.news_font1 {
    text-align: center;
}

.news_box .news_d {
    width: 100%;
    margin-top: 45px;
}

.news_box .hd {
    float: right;
    overflow: hidden;
}

.news_box .hd li {
    float: left;
    font-size: 18px;
    color: #666;
    cursor: pointer;
    padding: 0 6px 12px 6px;
    margin: 0 34px;
    border-bottom: 2px solid #fff;
}

.news_box .hd li.on {
    border-bottom: 2px solid #0092d8;
    color: #0092d8;
}

.zx_box {
    width: 100%;
    position: relative;
    margin-top: 30px;
}

.zx_box .zx_left {
    width: 50%;
    float: left;
    border-right: 1px #eee solid;
}

.zx_box .zx_left .time {
    width: 72px;
    float: left;
    height: 72px;
    margin-right: 30px;
    background: #0092d8;
}

.zx_box .zx_left .time dd {
    font-size: 14px;
    color: #fff;
    width: 100%;
    text-align: center;
}

.zx_box .zx_left .time dd span {
    width: 100%;
    color: #fff;
    font-size: 22px;
    float: left;
    text-align: center;
    margin-top: 14px;
}

.zx_box .zx_left .zx_01 {
    width: 390px;
    float: right;
    margin-right: 100px;
}

.zx_box .zx_left .zx_01 .img {
    width: 390px;
    height: 220px;
    position: relative;
    overflow: hidden;
}

.zx_box .zx_left .zx_01 .img img {
    width: 390px;
    height: 220px;
    position: absolute;
    transform: scaleX(1) scaleY(1);
    transition: all 0.5s ease 0s;
}

.zx_box .zx_left .zx_01:hover .img img {
    transform: scaleX(1.05) scaleY(1.05);
}

.zx_box .zx_left .zx_01 h2 {
    font-size: 16px;
    color: #333;
    font-weight: normal;
    width: 100%;
    line-height: 16px;
    margin: 8px 0;
}

.zx_box .zx_left .zx_01 p {
    font-size: 14px;
    color: #999;
    line-height: 26px;
}

.zx_box .zx_right {
    float: left;
    margin-left: 100px;
}

.zx_box .zx_right li {
    height: 72px;
    margin: 14px 0;
}

.zx_box .zx_right li:first-child {
    margin-top: 0;
}

.zx_box .zx_right .time {
    width: 72px;
    float: left;
    margin-right: 30px;
    height: 72px;
    background: #0092d8;
}

.zx_box .zx_right .time dd {
    font-size: 14px;
    color: #fff;
    width: 100%;
    text-align: center;
}

.zx_box .zx_right .time dd span {
    width: 100%;
    color: #fff;
    font-size: 22px;
    float: left;
    text-align: center;
    margin-top: 14px;
}

.zx_box .zx_right .zx_02 {
    float: left;
    width: 394px;
}

.zx_box .zx_right .zx_02 h2 {
    font-size: 16px;
    color: #333;
    font-weight: normal;
    width: 100%;
    line-height: 16px;
    margin-bottom: 8px;
}

.zx_box .zx_right .zx_02 p {
    font-size: 14px;
    color: #999;
    line-height: 26px;
}

.zx_more {
    text-align: center;
    margin-top: 60px;
}

.zx_more a {
    font-size: 14px;
    color: #333;
}

.zx_more a:hover {
    color: #0092d8;
}

.partner_index {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 80px;
}

.partner_box {
    width: 100%;
}

.partner_box .yq {
    width: 1230px;
    margin-left: -15px;
    margin: 0 auto;
}

.partner_index ul {
    width: 1230px;
    margin-left: -15px;
}

.partner_index li {
    width: 214px;
    height: 98px;
    border: 1px #eee solid;
    margin: 0 15px;
    position: relative;
    overflow: hidden;
    float: left;
    cursor: pointer;
}

.partner_index li img {
    width: 100%;
    position: absolute;
    transform: scaleX(1) scaleY(1);
    transition: all 0.5s ease 0s;
}

.partner_index li:hover img {
    transform: scaleX(1.05) scaleY(1.05);
}


/* foot_box */

.foot_box {
    width: 100%;
    height: 300px;
    background: #000;
}

.foot_box .foot {
    width: 1200px;
    padding: 58px 0;
    margin: 0 auto;
}

.foot_box .foot .foot_1 {
    width: 23%;
    float: left;
}

.foot_box .foot .foot_1 dd {
    font-size: 14px;
    color: #ccc;
    margin-top: 40px;
    line-height: 26px;
}

.foot_box .foot .foot_1 p {
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
}

.foot_box .foot .foot_1 p a {
    color: #ccc;
}

.foot_box .foot .foot_1 p a:hover {
    text-decoration: underline;
}

.foot_box .foot .foot_2 {
    width: 33%;
    float: left;
    padding: 10px 6%
}

.foot_box .foot .foot_2 h1 {
    font-size: 14px;
    color: #ddd;
    font-weight: normal;
    width: 100%;
    margin-bottom: 30px;
}

.foot_box .foot .foot_2 .lx li {
    width: 100%;
    color: #ccc;
    margin-bottom: 12px;
    font-size: 14px;
}

.foot_box .foot .foot_2 .f_i1 {
    background: url(../images/f_i1.png)center center no-repeat;
    float: left;
    vertical-align: middle;
    display: inline-block;
    width: 16px;
    height: 14px;
    margin-right: 10px;
}

.foot_box .foot .foot_2 .f_i2 {
    background: url(../images/f_i2.png)center center no-repeat;
    float: left;
    vertical-align: middle;
    display: inline-block;
    width: 16px;
    height: 14px;
    margin-right: 10px;
}

.foot_box .foot .foot_2 .f_i3 {
    background: url(../images/f_i3.png)center center no-repeat;
    float: left;
    vertical-align: middle;
    display: inline-block;
    width: 16px;
    height: 14px;
    margin-right: 10px;
}

.foot_box .foot .foot_3 {
    float: right;
    width: 32%;
    margin: 25px 0;
}

.foot_box .foot .foot_3 img {
    float: left
}

.foot_box .foot .foot_3 p {
    font-size: 14px;
    color: #ccc;
    line-height: 24px;
    float: left;
    margin-top: 35px;
    margin-left: 20px;
}


/* page_banner */

.bannerbox {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 320px;
}

.page_banner {
    width: 1920px;
    /*图片宽度*/
    position: absolute;
    left: 50%;
    margin-left: -960px;
    /*图片宽度的一半*/
}

.img-top-bg {
    background: url(../images/img-top-bg.png) repeat left top;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    _display: none;
    /*for ie6*/
    z-index: 1;
    width: 100%;
    height: 320px;
}

.pbanner-C {
    position: absolute;
    left: 18%;
    top: 35%;
    width: 64%;
    text-align: left;
    color: #fff;
    z-index: 999;
}

.pbanner-C article {
    position: relative;
}

.pbanner-C .c {
    overflow: hidden;
}

.pbanner-C .zh {
    font-size: 30px;
    line-height: 1.2;
    font-weight: bold;
}

.pbanner-C .en {
    font-size: 36px;
    text-transform: uppercase;
    font-family: "Humanst521 BT";
}

.pbanner-C .bot {
    width: 0px;
    height: 4px;
    display: block;
    margin-top: 20px;
    background-color: #fff;
    opacity: 0;
    transition: all .5s cubic-bezier(0.445, 0.145, 0.355, 1) 0.2s;
    -webkit-transition: all .5s cubic-bezier(0.445, 0.145, 0.355, 1) 0.2s;
}

.pbanner-C .c span {
    display: block;
    opacity: 0;
    transform: translate(0px, 100%);
    -webkit-transform: translate(0px, 100%);
    transition: all .5s cubic-bezier(0.445, 0.145, 0.355, 1) 0.2s;
    -webkit-transition: all .5s cubic-bezier(0.445, 0.145, 0.355, 1) 0.2s;
}

.pbanner-C.inview .c span {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    opacity: 1;
}

.pbanner-C.inview .bot {
    width: 50px;
    opacity: 1;
}

.pageNavBox {
    height: 56px;
    position: relative;
}


/* page */

.pageTop {
    width: 100%;
    margin: 0;
    padding: 0;
    min-width: 1200px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    z-index: 999;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.pageTop .title {
    line-height: 24px;
    height: 24px;
    font-size: 20px;
    margin: 18px 0;
    background: url(../images/iconPageArrow.png) left top no-repeat;
    padding-left: 32px;
    color: #fff;
}

.pageTop .crumbs {
    font-size: 14px;
    color: #fff;
}

.pageTop .crumbs a {
    color: #fff;
}

.pageTop .crumbs span {
    margin: 0 5px;
}

.pageTop .crumbs span a {
    color: #fff;
}

.pageTop .crumbs span a:hover {
    text-decoration: underline;
}

.mainPage {
    width: 100%;
    margin: 60px 0;
    padding: 0;
    min-width: 1200px;
}

.pageAbout li {
    margin-top: 60px;
    border-bottom: 1px solid #eee;
}

.pageAbout .img {
    width: 440px;
}

.pageAbout .con {
    width: 700px;
}

.pageAbout .con .title {
    font-size: 30px;
    line-height: 42px;
    color: #0092d8;
    font-weight: bold;
}

.pageAbout .con .line {
    width: 80px;
    height: 2px;
    background: #0092d8;
    margin: 5px 0;
}

.pageAbout .con .cont {
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

.pageAbout .con .cont span {
    color: #c19557;
    font-weight: bold;
}

.pageAbout .con p {
    line-height: 24px;
    font-size: 14px;
    color: #333;
}

.pageAbout .con .link {
    margin-top: 60px;
}

.pageAbout .con .link a {
    width: 100px;
    height: 30px;
    display: block;
    background: #999 url(../images/iconNavArrow.png) 90px 10px no-repeat;
    padding-left: 28px;
    color: #fff;
    line-height: 30px;
    border-radius: 30px;
    font-size: 12px;
}

.pageAbout .con .link a:hover {
    background: #0092d8 url(../images/iconNavArrow.png) 90px 10px no-repeat;
    transition: all 0.5s ease 0s;
}


/* mainNav */

.mainNav {
    width: 100%;
    margin: 50px auto 0;
    min-width: 1200px;
}

.mainNav ul {
    width: 1245px;
}

.mainNav li {
    float: left;
    width: 370px;
    margin: 0 45px 0 0;
}

.mainNav li i {
    width: 26px;
    height: 26px;
    background: url(../images/iconNav.png) 0 0 no-repeat;
    float: left;
    margin-right: 10px;
}

.mainNav li i.icon1 {
    background-position: 0 0;
}

.mainNav li i.icon2 {
    background-position: -26px 0;
}

.mainNav li i.icon3 {
    background-position: -52px 0;
}

.mainNav li .title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 26px;
}

.mainNav li .line {
    background: #eee;
    width: 60px;
    height: 2px;
    margin: 6px 0;
}

.mainNav li .con {
    line-height: 26px;
    font-size: 14px;
}

.mainNav li .link {
    margin-top: 10px;
}

.mainNav li .link a {
    width: 100px;
    height: 30px;
    display: block;
    background: #999 url(../images/iconNavArrow.png) 90px 10px no-repeat;
    padding-left: 28px;
    color: #fff;
    line-height: 30px;
    border-radius: 30px;
    font-size: 12px;
}

.mainNav li .link a:hover {
    background: #0092d8 url(../images/iconNavArrow.png) 90px 10px no-repeat;
    transition: all 0.5s ease 0s;
}

.fixedImg {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 60px;
}

.ideaPbox a:link,
.ideaPbox a:visited {
    color: #333;
}

.ideaPbox a:active,
.ideaPbox a:hover {
    color: #0092d8;
}

.ideaEn,
.ideaZh {
    font-size: 18px;
    color: #4d4d4d;
    line-height: 1.4;
}

.ideaEn {
    font-family: "pf_din_text_comp_proregular";
    text-transform: uppercase;
    margin-top: 5px;
}

.ideaPlist {
    margin-left: -3%;
    color: #666;
}

.ideaPlist dd {
    float: left;
    display: block;
    width: 30.334%;
    margin-left: 3%;
    background-color: #fff;
}

.ideaPlist a {
    position: relative;
    display: block;
}

.ideaPlist .img {
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.ideaPlist .con {
    padding-top: 10px;
    height: 70px;
    text-align: center;
}

.ideaPlist .zh {
    font-size: 18px;
    display: block;
    font-weight: bold;
    line-height: 40px;
}

.ideaPlist .en {
    color: #999999;
    font: 14px/1.4 "微软雅黑";
    text-transform: uppercase;
}

.ideaPlist .bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #0092d8;
    color: #fff;
    text-align: center;
    opacity: 0;
    visibility: hidden;
}

.ideaPlist .bg .en {
    color: #fff;
}

.ideaPlist .con2 {
    padding: 40px 0px 18px;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
    -webkit-transform: all 0.3s ease 0s;
}

.ideaPlist .bg .line {
    margin: 0px auto;
    display: block;
    height: 0px;
    width: 2px;
    background-color: #fff;
    margin-bottom: 17px;
}

.ideaPlist .bg .ii1 {
    background: url(../images/id_i1.png) no-repeat scroll center center;
}

.ideaPlist .bg .ii2 {
    background: url(../images/id_i2.png) no-repeat scroll center center;
}

.ideaPlist .bg .ii3 {
    background: url(../images/id_i3.png) no-repeat scroll center center;
}

.ideaPlist .bg .ii4 {
    background: url(../images/id_i4.png) no-repeat scroll center center;
}

.ideaPlist .bg .ii5 {
    background: url(../images/id_i5.png) no-repeat scroll center center;
}

.ideaPlist .bg .iico {
    width: 60px;
    height: 60px;
    display: block;
    margin: 0px auto 20px;
    transform: scale(0);
    -webkit-transform: scale(0);
    visibility: hidden;
}

.ideaPlist a:hover .bg {
    opacity: 1;
    visibility: visible;
}

.ideaPlist a:hover .con2 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.ideaPlist a:hover .line {
    height: 24px;
    transition: all 0.3s ease 0.2s;
    -webkit-transform: all 0.3s ease 0.2s;
}

.ideaPlist a:hover .iico {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    visibility: visible;
    transition: all 0.3s ease 0.5s;
    -webkit-transform: all 0.3s ease 0.5s;
}

.page_box {
    width: 100%;
    padding: 60px 0;
}

.page_nav {
    width: 100%;
    background: #f5f5f5;
}

.page_nav .box {
    width: 1200px;
    text-align: center;
    margin: 0 auto;
    height: 56px;
    line-height: 56px;
}

.page_nav li {
    display: inline-block;
    width: 160px;
}

.page_nav li a {
    text-align: center;
    color: #333333;
    position: relative;
    display: block;
    font-size: 16px;
}

.page_nav li:hover a {
    background: #0092d8;
    color: #fff;
}

.page_nav li.select a {
    background: #0092d8;
    color: #fff;
}


/*contact style*/

.bgf8 {
    background-color: #f8f8f8;
}

.ibox {
    padding: 78px 0px 104px;
}

.iboxItem {
    float: left;
    display: block;
    width: 34%;
    height: 402px;
    overflow: hidden;
    background-color: #fff;
}

.linkA {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.pageC a:link,
.pageC a:visited {
    color: #0092d8;
}

.pageC a:active,
.pageC a:hover {
    color: #0092d8;
}

.pageC img {
    max-width: 100% !important;
    height: auto !important;
}

.pageC {
    overflow: hidden;
    color: #666;
}

@keyframes mouse-dot {
    from {
        opacity: 0;
    }
    33% {
        opacity: 1;
    }
    to {
        transform: translateY(15px);
        -webkit-transform: translateY(15px);
        opacity: 0;
    }
}

@-webkit-keyframes mouse-dot {
    from {
        opacity: 0;
    }
    33% {
        opacity: 1;
    }
    to {
        transform: translateY(15px);
        -webkit-transform: translateY(15px);
        opacity: 0;
    }
}

.companyList dd {
    border-bottom: 1px solid #fff;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.companyList dd:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #eee;
}

.companyList dd:last-child {
    border-bottom: 0px none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.companyList dd:last-child:before {
    display: none;
}

.companyList .t {
    font-size: 20px;
    color: #0092d8;
    padding-bottom: 10px;
}

.companyList .c {
    font-size: 16px;
    color: #333333;
    line-height: 1.5;
}

.values-list a:link,
.values-list a:visited {
    color: #fff;
}

.values-list a:active,
.values-list a:hover {
    color: #fff;
}

.values-list {
    margin-left: -2%;
    color: #fff;
}

.values-list li {
    float: left;
    display: block;
    width: 31.33%;
    margin: 25px 0px 0px 2%;
    position: relative;
    overflow: hidden;
}

.values-list .img {
    overflow: hidden;
}

.values-list .img img {
    width: 100%;
    display: block;
}

.values-list .black-20 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.values-list .tbox {
    position: absolute;
    left: 5%;
    width: 90%;
    text-align: center;
    top: 50%;
    margin-top: -46px;
    line-height: 1.5;
    -webkit-transition: all .62s cubic-bezier(.4, 0, .2, 1);
    transition: all .62s cubic-bezier(.4, 0, .2, 1);
}

.values-list .ico {
    width: 40px;
    height: 40px;
    display: block;
    margin: 0px auto 6px;
}

.values-list .en {
    font-family: arial, helvetica, sans-serif;
}

.values-list .zh {
    font-size: 18px;
}

article,
figure {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    outline: none;
}

.values-list .con {
    position: absolute;
    width: 80%;
    left: 10%;
    top: 100%;
    line-height: 2;
    border-top: 1px solid #edb1b2;
    border-bottom: 1px solid #edb1b2;
    padding: 14px 0px;
    min-height: 140px;
    overflow: hidden;
    -webkit-transition: all .62s cubic-bezier(.4, 0, .2, 1);
    transition: all .62s cubic-bezier(.4, 0, .2, 1);
}

.red-80 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: none rgba(0, 146, 216, 0.8);
}

.values-list .red-80 {
    -webkit-transition: -webkit-transform .62s cubic-bezier(.4, 0, .2, 1), opacity 0.5s;
    transition: transform .62s cubic-bezier(.4, 0, .2, 1), opacity 0.5s;
    transform-origin: left 100%;
    -webkit-transform-origin: left 100%;
    transform: scaleY(0);
    -moz-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    opacity: 0;
    visibility: hidden\9;
}

.cultureList {
    margin-left: -2%;
}

.cultureList {
    margin-left: -2%;
}

.cultureList li {
    float: left;
    display: block;
    width: 31.33%;
    margin: 25px 0px 0px 2%;
    position: relative;
    overflow: hidden;
}

.cultureList .img {
    position: relative;
    overflow: hidden;
}

.cultureList .img img {
    width: 100%;
    display: block;
}

.cultureList .red-80 {
    -webkit-transition: -webkit-transform .62s cubic-bezier(.4, 0, .2, 1), opacity 0.5s;
    transition: transform .62s cubic-bezier(.4, 0, .2, 1), opacity 0.5s;
    transform-origin: left 100%;
    -webkit-transform-origin: left 100%;
    transform: scaleY(0);
    -moz-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    opacity: 0;
    visibility: hidden\9;
}

.cultureList .morebox {
    position: absolute;
    left: 5%;
    width: 90%;
    top: 50%;
    color: #fff;
    margin-top: -40px;
    text-align: center;
    opacity: 0;
    visibility: hidden\9;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -webkit-transition: all .62s cubic-bezier(.4, 0, .2, 1);
    transition: all .62s cubic-bezier(.4, 0, .2, 1);
}

.cultureList .ico {
    border: 1px solid #fff;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: block;
    margin: 0px auto 12px;
    position: relative;
}

.cultureList .ico:before,
.cultureList .ico:after {
    content: "";
    position: absolute;
    background-color: #fff;
}

.cultureList .ico:before {
    width: 16px;
    height: 1px;
    left: 50%;
    margin-left: -8px;
    top: 50%;
}

.cultureList .ico:after {
    width: 1px;
    height: 16px;
    left: 50%;
    margin-top: -8px;
    top: 50%;
}

.cultureList .txt {
    border-bottom: 1px solid #eee;
    height: 54px;
    line-height: 54px;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    color: #000;
}

.cultureList li:hover .red-80 {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform-origin: left 0;
    -webkit-transform-origin: left 0;
    opacity: 1;
    visibility: visible\9;
}

.cultureList li:hover .morebox {
    opacity: 1;
    visibility: visible\9;
    transform: inherit;
    -webkit-transform: inherit;
}

.cultureList li:hover .txt {
    border-bottom-color: #0092d8;
    color: #0092d8;
}

.contact-list {
    background-color: #fff;
    position: relative;
}

.news_t {
    margin: 0 auto 15px;
}

.news_t1 {
    float: left;
    width: 56%;
}

.news_t1 li {
    position: relative;
}

.news_t1 li a {
    display: block;
}

.news_t1 li img {
    width: 100%;
}

.news_t1 li p {
    position: absolute;
    bottom: 0;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    width: 94%;
    padding: 0 3%;
    line-height: 40px;
    font-size: 16px;
}

.news_t2 {
    float: right;
    width: 40%;
}

.news_t2 li {
    position: relative;
    border-bottom: 1px solid #f1f1f1;
    line-height: 50px;
    height: 50px;
}

.news_t2 li a {
    display: block;
    font-size: 16px;
    color: #666;
    line-height: 50px;
}

.news_t2 li a p {
    float: left;
}

.news_t2 li a span {
    float: right;
    font-size: 15px;
}

.news_t2 li a:hover {
    color: #0092d8;
}

.newsList {
    width: 100%;
    margin: 0 auto;
}

.newsList li {
    width: 100%;
    float: left;
    position: relative;
    margin: 20px 0;
}

.newsList li dl {
    width: 24%;
    height: 186px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    display: inline-block;
    float: left;
}

.newsList li dl .img {
    width: 100%;
    height: 186px;
    position: relative;
    overflow: hidden;
}

.newsList li dl .img img {
    width: 100%;
    height: 186px;
    position: absolute;
    transform: scaleX(1) scaleY(1);
    transition: all 0.7s ease 0s;
}

.newsList li:hover dl .img img {
    transform: scaleX(1.1) scaleY(1.1);
}

.newsList li .newcon {
    width: 72%;
    float: right;
}

.newsList li .newcon a {
    line-height: 24px;
    color: #222;
}

.newsList li .newcon p {
    float: left;
    font-size: 16px;
    color: #222;
    display: block;
    width: 100%;
}

.newsList li .newcon p:hover {
    color: #0092d8;
}

.newsList li .newcon span {
    width: 100%;
    font-size: 14px;
    color: #BFBFBF;
    border-bottom: 1px dotted #d3d3d3;
    padding-bottom: 5px;
    line-height: 24px;
    display: block;
}

.newsList li .newcon dd {
    width: 100%;
    font-size: 14px;
    color: #878787;
    padding-bottom: 10px;
    margin-top: 10px;
    line-height: 30px;
}

.newsList li .newcon .page_news_more {
    position: absolute;
    bottom: 0;
}

.newsList li .newcon .page_news_more a {
    color: #999;
    font-size: 12px;
}

.newsList li .newcon .page_news_more a:hover {
    color: #0092d8;
}

.page_con {
    line-height: 30px;
    font-size: 14px;
    color: #333;
}

.padding-page {
    padding: 60px 0px;
    margin: 0px auto;
}

.companyp-con {
    float: left;
    display: block;
    width: 49%;
}

.companyEN {
    font: 36px/1.2 "Arial";
    text-transform: uppercase;
    color: #00823c;
}

.companyZH {
    line-height: 1.2;
    margin-bottom: 35px;
    font-size: 24px;
    color: #00823c;
}

.companyp-con .c {
    margin: 0px 0px 50px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.button--aylen {
    overflow: hidden;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    display: block;
    position: relative;
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 2px solid #205bab;
    cursor: pointer;
}

.button--aylen .i3 {
    position: relative;
    z-index: 3;
    font-style: initial;
    color: #00823c;
    display: block;
}

.button--aylen .i1,
.button--aylen .i2 {
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 100%;
    left: 0;
    z-index: 1;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.button--aylen .i1 {
    background: #01ad51;
}

.button--aylen .i2 {
    background: #00823c;
}

.button-all {
    border: 1px solid #dad8d8;
    background-color: #fff;
}

.button-all .i3 {
    color: #666;
}

.button--aylen:hover .i3 {
    color: #fff;
}

.button--aylen:hover .i1,
.button--aylen:hover .i2 {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.button--aylen:hover .i2 {
    -webkit-transition-delay: 0.175s;
    transition-delay: 0.175s;
}

.companyp-img {
    float: right;
    display: block;
    width: 46%;
    background-color: #000;
    overflow: hidden;
}

.companyp-img .an-img {
    width: 100%;
    display: block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.companyp-img .an-img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.pageCon {
    line-height: 24px;
    font-size: 14px;
}

.pageNewsT {
    width: 100%;
    margin: 0 auto;
    font-size: 22px;
    text-align: center;
    color: #333;
}

.pageNewsC {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    color: #999;
    text-align: center;
    padding: 20px 0;
    border-bottom: dashed 1px #999;
}

.pageNewsD {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    color: #333;
    line-height: 28px;
    margin-top: 20px;
}

.pageNewsD img {
    max-width: 100%;
    margin: 5px 0;
}

.culList {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.culList ul {
    width: 1230px;
    margin-left: -15px;
    margin-top: -15px;
}

.culList li {
    float: left;
    width: 277px;
    margin: 15px;
    position: relative;
}

.culList li .img {
    width: 100%;
    overflow: hidden;
}

.culList li .img img {
    width: 100%;
    transition: 400ms;
    display: block;
}

.culList li:hover .img img {
    transform: scale(1.05);
}

.culList li p {
    line-height: 50px;
    font-size: 14px;
    color: #333;
    background: #f9f9f9;
    padding: 0 15px;
}

.culList li i {
    width: 0;
    height: 3px;
    background: #0092d8;
    position: absolute;
    transition: all 0.3s;
    bottom: 0px;
}

.culList li:hover i {
    width: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.informate-title {}

.informate-title h3 {
    padding-top: 16px;
    padding-bottom: 10px;
    color: #000000;
    font-size: 20px;
    font-weight: normal;
    position: relative;
    float: left;
}

.informate-title h3:before {
    content: "";
    width: 33px;
    height: 5px;
    background: #0092d8;
    position: absolute;
    left: 0;
    top: 0;
}

.informate-title .link {
    margin-top: 10px;
    float: right;
}

.informate-title .link a {
    width: 100px;
    height: 30px;
    display: block;
    background: #999 url(../images/iconNavArrow.png) 90px 10px no-repeat;
    padding-left: 28px;
    color: #fff;
    line-height: 30px;
    border-radius: 30px;
    font-size: 12px;
}

.informate-title .link a:hover {
    background: #0092d8 url(../images/iconNavArrow.png) 90px 10px no-repeat;
    transition: all 0.5s ease 0s;
}

.wz_list {
    margin: 0 auto;
    border-top: 1px solid #e5e5e5;
}

.wz_list ul {
    width: 1260px;
    margin-left: -30px;
}

.wz_list li {
    margin: 30px;
}

.wz_list li {
    float: left;
    width: 570px;
}

.wz_list li a {
    display: block;
}

.wz_list li p {
    font-size: 12px;
}

.wz_list li h4 {
    font-size: 16px;
    color: #000000;
    font-weight: normal;
    line-height: 30px
}

.wz_list li:hover h4 a {
    color: #0092d8;
}

.wz_list li span {
    font-size: 12px;
    display: block;
    line-height: 1.9em;
}

.wz_list li .line {
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    margin: 10px auto;
}

.wz_list li .line i {
    display: block;
    width: 10px;
    height: 1px;
    background: #000000;
    transition: all .3s;
}

.wz_list li:hover i {
    width: 100%;
    background: #0092d8;
}

.jonList {
    margin: 0 auto;
}

.jonList ul {
    width: 1260px;
    margin-left: -30px;
}

.jonList li {
    margin: 15px 30px;
}

.jonList li {
    float: left;
    width: 570px;
}

.jonList li a {
    display: block;
}

.jonList li p {
    font-size: 12px;
}

.jonList li h4 {
    font-size: 16px;
    color: #000000;
    font-weight: normal;
    line-height: 30px
}

.jonList li:hover h4 a {
    color: #0092d8;
}

.jonList li span {
    font-size: 12px;
    display: block;
    line-height: 1.9em;
}

.jonList li .line {
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    margin: 10px auto;
}

.jonList li .line i {
    display: block;
    width: 10px;
    height: 1px;
    background: #000000;
    transition: all .3s;
}

.jonList li:hover i {
    width: 100%;
    background: #0092d8;
}

.wz_list1 {
    margin: 20px auto 0;
}


/* 就业机会*/

.society {
    position: relative;
    width: 592px;
    height: 267px;
    overflow: hidden;
}

.society dl {
    position: absolute;
    left: 30px;
    top: 30px;
}

.society dl dt {
    font-size: 20px;
    color: #fff;
    background: url(../images/jtbg.png) no-repeat left 3px;
    padding-left: 40px;
    padding-bottom: 25px;
    display: block;
    font-weight: bold;
}

.society dl dd {
    margin-top: 25px;
    width: 350px;
    height: 82px;
    background: #fff;
}

.society dl dd p {
    width: 242px;
    height: 52px;
    padding: 15px;
    float: left;
    font-size: 20px;
    line-height: 26px;
    color: #0092d8;
    font-weight: bold;
}

.society dl dd span {
    width: 78px;
    height: 82px;
    background: #0092d8 url(../images/jt_m.png) no-repeat center center;
    float: right;
}

.society>img {
    transition: all 2s;
    -moz-transition: all 2s;
    -webkit-transition: all 2s;
    -o-transition: all 2s;
}

.society:hover>img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}


/*你问我答*/

.join {
    position: relative;
    width: 592px;
    height: 267px;
    overflow: hidden;
}

.join dl {
    position: absolute;
    left: 30px;
    top: 30px;
}

.join dl dt {
    font-size: 20px;
    color: #fff;
    background: url(../images/jtbg.png) no-repeat left 3px;
    padding-left: 40px;
    padding-bottom: 25px;
    display: block;
    font-weight: bold;
}

.join dl dd {
    margin-top: 25px;
    width: 350px;
    height: 82px;
    background: #fff;
}

.join dl dd p {
    width: 242px;
    height: 52px;
    padding: 15px;
    float: left;
    font-size: 20px;
    line-height: 26px;
    color: #0092d8;
    font-weight: bold;
}

.join dl dd span {
    width: 78px;
    height: 82px;
    background: #0092d8 url(../images/jt_m.png) no-repeat center center;
    float: right;
}

.join>img {
    transition: all 2s;
    -moz-transition: all 2s;
    -webkit-transition: all 2s;
    -o-transition: all 2s;
}

.join:hover>img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.div_jobs1 {
    margin: 0 auto;
}

.div_jobs1 .div2 {
    background: #0092d8;
    padding-left: 4%;
    padding-right: 4%;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 16px;
}

.div_jobs1 .div2 .p1 {
    width: 20%;
    margin-right: 1%;
}

.div_jobs1 .div2 .p2 {
    width: 19%;
    margin-right: 1%;
    text-align: center;
}

.div_jobs1 .div2 .p3 {
    width: 19%;
    margin-right: 1%;
    text-align: center;
}

.div_jobs1 .div2 .p4 {
    width: 19%;
    margin-right: 1%;
    text-align: center;
}

.div_jobs1 .div2 .p5 {
    width: 19%;
    text-align: center;
}

.div_jobs1 .div3 {
    background: #f8f8f8;
}

.div_jobs1 .div3 ul li .p1 {
    height: 64px;
    line-height: 64px;
    padding-left: 4%;
    padding-right: 4%;
    border-bottom: 1px solid #fff;
    color: #808080;
    cursor: pointer;
    font-size: 14px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.div_jobs1 .div3 ul li .p1 .pp1 {
    width: 20%;
    margin-right: 1%;
}

.div_jobs1 .div3 ul li .p1 .pp2 {
    width: 19%;
    margin-right: 1%;
    text-align: center;
}

.div_jobs1 .div3 ul li .p1 .pp3 {
    width: 19%;
    margin-right: 1%;
    text-align: center;
}

.div_jobs1 .div3 ul li .p1 .pp4 {
    width: 19%;
    margin-right: 1%;
    text-align: center;
}

.div_jobs1 .div3 ul li .p1 .pp5 {
    width: 19%;
    text-align: center;
}

.div_jobs1 .div3 ul li .div_js_on,
.div_cont2 .div3 ul li:hover .p1 {
    background: #f8f8f8;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.div_jobs1 .div3 ul li .div_js_txt {
    background: #f9f9f9;
    padding: 20px 4%;
    border: 1px solid #f9f9f9;
    color: #333;
}

.div_jobs1 .div3 ul li .div_js_txt p {
    line-height: 26px;
}

.proList {
    margin: 0 auto;
    position: relative;
}

.proList ul {
    width: 1230px;
    margin-left: -15px;
    margin-top: -15px;
}

.proList li {
    float: left;
    width: 25.333%;
    margin-left: 2%;
    background: #fafafa;
    padding: 35px 3% 38px;
    margin-bottom: 20px;
    transition: box-shadow 0.3s;
    position: relative;
}

.proList li:hover {
    box-shadow: 3px 3px 6px #ddd;
}

.proList li h2 {
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    transition: color 0.3s;
    font-weight: normal;
}

.proList li .img {
    width: 100%;
    text-align: center;
    margin: 35px 0;
    overflow: hidden;
}

.proList li .img img {
    max-width: 100%;
    max-height: 100%;
    transition: 400ms;
    display: block;
}

.proList li:hover .img img {
    transform: scale(1.1);
}

.proList li p {
    font-size: 13px;
    color: #666;
    line-height: 23px;
    padding-left: 21px;
    background: url(../images/pro07.jpg) no-repeat left 10px;
}

.downlist {
    width: 1200px;
    margin: 0 auto;
    padding: 0 0;
}

.picFocus {
    float: left;
    width: 500px;
    position: relative;
    overflow: hidden;
    zoom: 1;
}

.picFocus .hd {
    width: 100%;
    padding-top: 5px;
    overflow: hidden;
}

.picFocus .hd ul {
    margin-left: 30px;
    overflow: hidden;
    zoom: 1;
}

.picFocus .hd ul li {
    padding-top: 5px;
    float: left;
    text-align: center;
}

.picFocus .hd ul li img {
    width: 100px;
    height: 63px;
    border: 2px solid #eee;
    cursor: pointer;
    margin-right: 8px;
}

.picFocus .hd ul li.on {
    background: url("images/icoUp.gif") no-repeat center 0;
}

.picFocus .hd ul li.on img {
    border-color: #0092d8;
}

.picFocus .bd li {
    vertical-align: middle;
}

.picFocus .bd img {
    width: 500px;
    height: 316px;
    display: block;
}

.picFocus .prev {
    position: absolute;
    left: 0;
    bottom: 24px;
}

.picFocus .next {
    position: absolute;
    right: 0;
    bottom: 24px;
}

.floatl {
    float: left;
    width: 502px;
}

.floatr {
    width: 660px;
    float: right;
}

.floatr .title {
    font-size: 24px;
    color: #333;
    width: 100%;
    word-break: break-all;
    margin-bottom: 20px;
    font-weight: bold;
}

.floatr .table-list {
    width: 100%;
    border-top: 1px #ccc dashed;
}

.floatr .table-list tr {
    margin-bottom: 10px;
    width: 100%;
}

.floatr .table-list td {
    width: 100%;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    padding: 5px 0;
}

.floatr .table-list td span {
    color: #333;
    font-weight: bold;
}

.floatr .table-list .input-text {
    width: 40px;
    height: 25px;
    text-align: center;
    color: #dd2328;
}

.floatr .table-list .button {
    width: 80px;
    height: 35px;
    text-align: center;
    background: #dd2328;
    border: none;
    text-align: center;
    color: #fff;
    cursor: pointer;
    margin-top: 5px;
    font-size: 14px;
}

.floatr .div-bz {
    font-size: 14px;
    margin-top: 20px;
}

.left02 {
    width: 100%;
    padding-top: 30px;
}

.left02 .hd {
    width: 100%;
    height: 50px;
    background: #f9f9f9;
}

.left02 .hd li {
    width: 200px;
    height: 50px;
    float: left;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #000;
    cursor: pointer;
}

.left02 .hd li.on {
    background: #0092d8;
    color: #fff;
}

.left02 .bd p {
    margin-top: 30px;
}

.left02 .bd p {
    line-height: 26px;
    font-size: 14px;
}


/* contact */

.contact .cont_1 {
    padding: 50px 0;
    border-bottom: 1px solid #eee;
}

.contact .cont_1 .dt {
    position: relative;
    width: 350px;
    float: left;
    margin-top: 36px;
}

.contact .cont_1 .dt .i {
    display: block;
    width: 248px;
    height: 70px;
    overflow: hidden;
    padding-top: 50px;
    background: no-repeat center;
    background-size: 100%;
}

.contact .cont_1 .dt .i img {
    width: 100%;
}

.contact .cont_1 .dt:before {
    position: absolute;
    left: 100%;
    top: 0;
    width: 7px;
    height: 174px;
    content: '';
    background: url(../images/icon_j.png) no-repeat center;
}

.contact .cont_ul {
    font-size: 0;
}

.contact .cont_ul li {
    display: inline-block;
    width: 405px;
    padding-left: 70px;
    margin-left: 20px;
    box-sizing: border-box;
    vertical-align: top;
    float: left;
}

.contact .cont_ul .cont_ii {
    position: relative;
}

.contact .cont_ul .cont_ii .i {
    display: block;
    position: absolute;
    top: 0;
    left: -70px;
    width: 60px;
    height: 60px;
    background: no-repeat center;
    background-size: 100%;
}

.contact .cont_ul .cont_ii span {
    display: block;
    padding: 10px 0;
}

.contact .cont_ul .cont_ii span em {
    display: block;
    font-size: 16px;
    color: #444;
    line-height: 24px;
    font-style: normal;
}

.contact .cont_ul .cont_ii span b {
    display: block;
    font-size: 12px;
    color: #999;
    line-height: 16px;
    font-style: normal;
}

.contact .cont_ul .cont_txt span {
    display: block;
    margin-top: 20px;
    font-size: 30px;
    color: #333;
    font-weight: 100;
    font-style: normal;
}

.contact .cont_ul .cont_txt span em {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    color: #999;
    line-height: 20px;
    font-style: normal;
}

.contact .cont_ul .cont_txt span p {
    font-size: 16px;
    color: #666;
    line-height: 35px;
}

.downList {
    width: 100%;
    position: relative;
}

.downList li {
    width: 96%;
    height: 45px;
    background: #f9f9f9;
    margin: 5px 0;
    line-height: 45px;
    padding: 0 2%;
}

.downList li a {
    font-size: 15px;
    color: #333;
    line-height: 45px;
    float: right;
}

.downList li p {
    font-size: 15px;
    float: left;
    color: #333;
    line-height: 45px;
}

.downList li:hover p {
    color: #fff
}

.downList li:hover a {
    color: #fff
}

.downList li:hover {
    background: #0092d8;
    color: #fff;
}


/* 荣誉 */

.file4_pic {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.file4_pic .bd {
    width: 100%;
}

.file4_pic .bd ul {
    overflow: hidden;
    margin-left: -15px;
    width: 1230px;
}

.file4_pic .bd li {
    width: 277px;
    margin: 15px;
    float: left;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.file4_pic .bd li a {
    display: block;
}

.file4_pic .bd li img {
    width: 100%;
    top: 0px;
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.file4_pic .bd li:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: .5s;
    transition: .5s;
}

.file4_pic .bd li p {
    width: 100%;
    top: 0px;
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    background: #f1f1f1;
}

.file4_pic .bd li:hover p {
    background: #0092d8;
    color: #fff;
}

.nfoot {
    width: 100%;
    height: 90px;
    background: #00823d;
}

.nfoot .foot_l {
    float: left;
}

.nfoot .foot_l .foot_logo {
    margin: 15px 0;
    float: left;
}

.nfoot .foot_l dd {
    float: left;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin: 21px 0 21px 60px;
}

.nfoot .foot_l dd a {
    color: #fff;
}

.nfoot .foot_r {
    float: right;
}

.nfoot .foot_r .fwx {
    width: 80px;
    height: 55px;
    margin: 17.5px 10px;
    float: left;
    background: url(../images/cx.png) center left no-repeat;
    padding-left: 60px;
    line-height: 55px;
}

.nfoot .foot_r .fwx a {
    color: #fff;
    font-size: 18px;
}


/* fenye */

.pages1 {
    width: 100%;
    margin: 30px auto 0;
}

.pages1_l {
    float: left;
    width: 45%;
    height: 40px;
}

.pages1_l a {
    line-height: 40px;
    color: #666;
    display: block;
}

.pages1_l:hover a {
    color: #0092d8;
}

.pages1_r {
    float: right;
    width: 45%;
    height: 40px;
    text-align: right;
}

.pages1_r a {
    line-height: 40px;
    color: #666;
    display: block;
}

.pages1_r:hover a {
    color: #0092d8;
}

.pages {
    margin: 30px 0 0;
    text-align: center;
    font-size: 14px;
}

.pages li {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    background: #fff;
    border: 1px solid #ccc;
    margin-left: 6px;
}

.pages li a {
    text-align: center;
    color: #333;
    padding: 0 13px;
}

.pages .page-active {
    background: #0092d8;
    border: 1px solid #0092d8;
    text-decoration: none
}

.pages .page-active a {
    color: #fff;
}

.pages li:hover {
    background: #0092d8;
    border: 1px solid #0092d8;
    text-decoration: none
}

.pages li:hover a {
    color: #fff;
}

.pages span {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    border: 1px solid #ccc;
    color: #333;
    text-align: center;
    padding: 0 13px;
}


/* 左侧导航 */

.leftNav {
    position: fixed;
    width: 50px;
    left: 0;
    top: 30%;
    _position: absolute;
    text-align: left;
    cursor: pointer;
    background-image: url(about:blank);
}

.leftNav a {
    display: block;
    position: relative;
    height: 35px;
    line-height: 35px;
    margin-bottom: 3px;
    background: #fff;
    padding-left: 30px;
    width: 130px;
    overflow: hidden;
    cursor: pointer;
    right: -110px;
    font-size: 14px;
}

.leftNav a:hover {
    text-decoration: none;
    color: #0092d8;
}

.leftNav a:hover em {
    background: #0280bd
}

.leftNav a em {
    display: block;
    float: right;
    width: 50px;
    background: #0092d8;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-left: 10px;
    font-style: normal
}


/* contact */

.cont_1 {}

.cont_1 .dt {
    position: relative;
    width: 350px;
    float: left;
    margin-top: 36px;
}

.cont_1 .dt .i {
    display: block;
    width: 260px;
    height: 160px;
    overflow: hidden;
    background: no-repeat center;
    background-size: 100%;
}

.cont_1 .dt .i img {
    width: 100%;
}

.cont_1 .dt:before {
    position: absolute;
    left: 100%;
    top: 0;
    width: 7px;
    height: 174px;
    content: '';
    background: url(../images/icon_j.png) no-repeat center;
}

.cont_ul {
    font-size: 0;
}

.cont_ul li {
    display: inline-block;
    width: 50%;
    padding-left: 70px;
    margin-left: 20px;
    box-sizing: border-box;
    vertical-align: top;
}

.cont_ul .cont_ii {
    position: relative;
}

.cont_ul .cont_ii .i {
    display: block;
    position: absolute;
    top: 0;
    left: -70px;
    width: 60px;
    height: 60px;
    background: no-repeat center;
    background-size: 100%;
}

.cont_ul .cont_ii span {
    display: block;
    padding: 10px 0;
}

.cont_ul .cont_ii span em {
    display: block;
    font-size: 16px;
    color: #444;
    line-height: 24px;
    font-style: normal;
}

.cont_ul .cont_ii span b {
    display: block;
    font-size: 12px;
    color: #999;
    line-height: 16px;
    font-style: normal;
}

.cont_ul .cont_txt span {
    display: block;
    margin-top: 20px;
    font-size: 30px;
    color: #333;
    font-weight: 100;
    font-style: normal;
}

.cont_ul .cont_txt span em {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    color: #999;
    line-height: 20px;
    font-style: normal;
}

.cont_ul .cont_txt span p {
    font-size: 16px;
    color: #666;
    line-height: 35px;
}

#zoom {
    z-index: 99990;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

#zoom .content {
    z-index: 99991;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    background: #ffffff no-repeat 50% 50%;
    padding: 0;
    margin: -100px 0 0 -100px;
    box-shadow: -20px 20px 20px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
}

#zoom .content.loading {
    background-image: url(../images/loading.gif);
}

#zoom img {
    display: block;
    max-width: none;
    background: #ececec;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
}

#zoom .close {
    z-index: 99993;
    position: absolute;
    top: 0;
    right: 0;
    width: 49px;
    height: 49px;
    cursor: pointer;
    background: transparent url(../images/close.png) no-repeat 50% 50%;
    opacity: 1;
    filter: alpha(opacity=100);
    border-radius: 0 0 0 4px;
}

#zoom .previous,
#zoom .next {
    z-index: 99992;
    position: absolute;
    top: 50%;
    overflow: hidden;
    display: block;
    width: 49px;
    height: 49px;
    margin-top: -25px;
}

#zoom .previous {
    left: 20%;
    background: url(../images/arrows.png) no-repeat 0 0;
    border-radius: 0 4px 4px 0;
}

#zoom .next {
    right: 20%;
    background: url(../images/arrows.png) no-repeat 100% 0;
    border-radius: 4px 0 0 4px;
}

#zoom .close:hover {
    background-color: #0092d8;
}

#zoom .previous:hover,
#zoom .next:hover {
    background-color: #0092d8;
}

#cnzz_stat_icon_1274827103 {
    display: none;
}

.page_messages {
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: 1200px;
}

.page_messages_top {
    text-align: center;
    font-size: 14px;
    line-height: 36px;
    height: 72px;
    padding: 0 0 30px;
}

.page_messages_top h1 {
    font-size: 28px;
    font-weight: bold;
}

.page_messages_top span {
    font-weight: bold;
    color: #ff4229;
}

.page_messages_list {
    width: 1200px;
    margin: 0 auto 60px;
    overflow: hidden;
}

.page_messages_list .row {
    width: 100%;
    clear: both;
    margin: 0 0 30px 0;
}

.page_messages_list .row .row_left {
    width: 570px;
    float: left;
    display: block;
}

.page_messages_list .row .row_right {
    width: 570px;
    float: right;
    display: block;
}

.page_messages_list .row .row_xuqiu select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.page_messages_list .row .row_xuqiu .txt.w1 {
    background: transparent url("../images/arrow.png") no-repeat scroll right center;
    height: 54px;
    width: 570px;
    color: #aaa;
    font-size: 16px;
    font-family: 微软雅黑;
}

.page_messages_list .row .row_xuqiu .txt.w1:focus {
    color: #000;
}

.page_messages_list label {
    position: relative;
    display: block;
}

.page_messages_list .row .input1 {
    font-size: 16px;
    color: #888;
    font-family: 微软雅黑;
}

.page_messages_list .row .input1:focus {
    color: #000;
}

.page_messages_list .row .input2 {
    font-size: 16px;
    color: #888;
    font-family: 微软雅黑;
}

.page_messages_list .row .input2:focus {
    color: #000;
}

.page_messages_list .row .input3 {
    font-size: 16px;
    color: #888;
    font-family: 微软雅黑;
}

.page_messages_list .row .input3:focus {
    color: #000;
}

.page_messages_list .row .input4 {
    font-size: 16px;
    color: #888;
    font-family: 微软雅黑;
}

.page_messages_list .row .input4:focus {
    color: #000;
}

.page_messages_list .row .input5 {
    font-size: 16px;
    color: #888;
    font-family: 微软雅黑;
}

.page_messages_list .row .input5:focus {
    color: #000;
}

.page_messages_list .txt {
    border: 1px solid #ccc;
    padding: 15px 24px;
    background: #fff;
}

.page_messages_list .txt:focus {
    border: 1px solid #0092d8;
    15px 10px;
    background: #fff;
}

.page_messages_list .txt.w1 {
    width: 520px;
    height: 20px;
    line-height: 20px;
}

.page_messages_list .txt.w2 {
    width: 1150px;
    height: 90px;
    line-height: 20px;
}

.page_messages_list .btn {
    float: left;
    border: 0;
    background: #0092d8;
    border-radius: 5px;
    width: 400px;
    height: 58px;
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.page_messages_list .row .btn:hover {
    background: #0282c0;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.page_messages_list .row p.xin {
    color: #21282e;
    line-height: 70px;
    font-size: 18px;
    float: right;
    font-weight: bold;
}

.page_messages_list .row p.xin span {
    color: #0092d8;
}